home *** CD-ROM | disk | FTP | other *** search
- Print "This is a sample script ...^m"
- print /It doesn't do anything useful, but it gives you an idea of what/
- print ' a script^mcan do.'
- print ~ If, for example, you have a Hayes style modem attached to
- this line, we can get it to wake up ...
-
- ~
- Timer 5 ; SENd "AT Q0^m" ; Wait "OK"
- iF 1 Goto Found_it
-
- print [No modem ...
-
- Press F5 to get back to the menu ...[ ; goto end
-
- FounD_IT: Print ~
-
- Found a modem ...
-
- Press F5 to get back to the menu ...~
-
- END: Terminal_mode
-